home *** CD-ROM | disk | FTP | other *** search
- cholist : dialog {
- label = "List of Sets";
- initial_focus = "cholist";
- : list_box {
- label = "Choose a set";
- key = "lst";
- width = 15;
- allow_accept = true;
- }
- spacer;
- ok_cancel;
- }
-
- ssm : dialog {
- label = "SEARCH/SELECTION METHOD";
- : boxed_radio_row {
- alignment = centered;
- fixed_width = true;
- : radio_button {
- label = "Add";
- key= "ad";
- }
- : radio_button {
- label = "Remove";
- key= "rm";
- }
- }
- : spacer { height = 1; }
- : boxed_column {
- label = "Selection Method:";
- : row {
- : radio_column {
- fixed_width = true;
- : radio_button {
- label = "AutoCAD Selection";
- key= "as";
- allow_accept = true;
- }
- : radio_button {
- label = "All";
- key = "ll";
- allow_accept = true;
- }
- }
- : radio_column {
- : radio_button {
- label = "TIMS Existing Set";
- key= "es";
- allow_accept = true;
- }
- : radio_button {
- label = "ACAD Existing Set";
- key= "xs";
- allow_accept = true;
- }
- }
- }
- : concatenation {
- : spacer { width = 1.8; }
- : boxed_column {
- label = "Boundary Search";
- : spacer { height = 0.5; }
- : concatenation {
- : boxed_radio_column {
- label = "Search Type";
- : radio_button {
- label = "Inside";
- key= "in";
- }
- : radio_button {
- label = "Cross";
- key= "cr";
- }
- : radio_button {
- label = "Fence";
- key = "fn";
- }
- }
- : boxed_radio_column {
- label = "Boundary Type";
- alignment = top;
- : radio_button {
- label = "User's Defined";
- key= "df";
- }
- : radio_button {
- label = "Existing";
- key= "pd";
- }
- : spacer { height = 1; }
- }
- }
- : spacer { height = 0.5; }
- : radio_column {
- label = "Boundary Profile";
- fixed_width = true;
- : radio_button {
- label = "Polyline";
- key= "pl";
- allow_accept = true;
- }
- : radio_button {
- label = "Circle";
- key= "cl";
- allow_accept = true;
- }
- }
- }
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- spm : dialog {
- label = "SEARCH/PROXIMTY METHOD";
- : boxed_radio_row {
- alignment = centered;
- fixed_width = true;
- : radio_button {
- label = "Add";
- key= "ad";
- }
- : radio_button {
- label = "Remove";
- key= "rm";
- }
- }
- : spacer { height = 1; }
- : boxed_column {
- label = "Selection Method:";
- : radio_column {
- fixed_width = true;
- : radio_button {
- label = "Existing Proximity";
- key= "ep";
- allow_accept = true;
- }
- }
- : concatenation {
- : spacer { width = 1.8; }
- : boxed_column {
- label = "Boundary Search";
- : spacer { height = 0.5; }
- : concatenation {
- : boxed_radio_column {
- label = "Search Type";
- : radio_button {
- label = "Inside";
- key= "in";
- }
- : radio_button {
- label = "Cross";
- key= "cr";
- }
- }
- : boxed_radio_column {
- label = "Boundary Type";
- alignment = top;
- : radio_button {
- label = "User's Defined";
- key= "df";
- }
- : radio_button {
- label = "Existing";
- key= "pd";
- }
- }
- }
- : spacer { height = 0.5; }
- : radio_column {
- label = "Boundary Profile";
- fixed_width = true;
- : radio_button {
- label = "Around Polyline";
- key= "pl";
- allow_accept = true;
- }
- : radio_button {
- label = "Around Circle";
- key= "cl";
- allow_accept = true;
- }
- : radio_button {
- label = "Around Point";
- key= "po";
- allow_accept = true;
- }
- : radio_button {
- label = "Around Segment Set";
- key= "ss";
- allow_accept = true;
- }
- }
- }
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- ps : dialog {
- label = "POINT SET";
- : boxed_radio_row {
- fixed_width = true;
- alignment = centered;
- : radio_button {
- label = "Add";
- key= "ad";
- }
- : radio_button {
- label = "Remove";
- key= "rm";
- }
- }
- spacer;
- spacer;
- : boxed_radio_column {
- fixed_width = true;
- alignment = centered;
- label = "Selection Method:";
- : radio_button {
- label = "Points";
- key= "pt";
- allow_accept = true;
- }
- : radio_button {
- label = "TIMS Existing Set";
- key= "es";
- allow_accept = true;
- }
- : radio_button {
- label = "ACAD Existing Set";
- key= "xs";
- allow_accept = true;
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }